.about h4, .products h4, .service h4, .cases h4, .news h4, .partner h4 {
	font-size: 36px;
	color: #010101;
	text-align: center;
	background: url('../images/tit_bg.png') center no-repeat;
	background-size: 100%;
	height: 40px;
	line-height: 40px;
	margin-bottom: 60px;
}
.products img:hover, .cases img:hover {
	transform: scale(1.2);
}
.swiper-banner-pc .swiper-slide {
	/*height: 670px;*/
  overflow: hidden;
}
.swiper-banner-pc .swiper-pagination-bullet-active,
.swiper-banner-m .swiper-pagination-bullet-active{
	background-color: #000;
}
.products h5, .service h5 {
	font-size: 30px;
	margin-bottom: 30px;
	letter-spacing: 1px;
	color: #333333;
	text-align: center;
}
.more-box {
	text-align: center;
}
.more-box a {
	text-align: center;
	display: inline-block;
	width: 218px;
	height: 44px;
	line-height: 44px;
	background-color: #77b725;
	border-radius: 10px;
	font-size: 18px;
	color: #fff;
	letter-spacing: 1px;
	transition: all ease-out .3s 0s;
  -webkit-transition: all ease-out .3s 0s;
  -moz-transition: all ease-out .3s 0s;
  -o-transition: all ease-out .3s 0s;
}
.more-box a:hover {
	background-color: #539001;
}
.about {
	padding: 70px 0 130px;
	background-color:#f8f8f8;
}
.about .left {
	width: 50%;
	height: 450px;
	overflow: hidden;
}
.about .right {
	width: 50%;
	padding-top: 28px;
	padding-left: 40px;
}
.about .right h5 {
	font-size: 20px;
	color: #444444;
	line-height: 20px;
	margin-bottom: 24px;
}
.about .right h5 i {
	color: #7cbc27;
	font-size: 14px;
	margin-right: 4px;
}
.about .right .text {
	font-size: 16px;
	line-height: 32px;
	color: #555;
	padding-bottom: 60px;
	position: relative;
}
.about .right .text a {
	display: inline-block;
	width: 95px;
	height: 30px;
	border-radius: 20px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	background-color: #7cbc27;
	position: absolute;
	right: 0;
	bottom: 15px;
}
.about .right .honer {
	overflow: hidden;
	padding: 8px;
	background-color: #eee;
}
.about .right .honer .image {
	width: 100px;
	margin-right: 20px;
}
.about .right .honer .image:last-child {
	margin: 0;
}
.products {
	padding: 76px 0 90px;
	background: url('../images/index_product_banner.jpg') center no-repeat;
	background-size: cover;
	text-align: center;
}

.products .tabs {
	padding: 0 0 70px;
	/*text-align: center;*/
}
.products .tabs a {
	display: inline-block;
	width: 182px;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	color: #fff;
	background-color: #7cbc27;
	position: relative;
	transition: all ease-out .3s 0s;
  -webkit-transition: all ease-out .3s 0s;
  -moz-transition: all ease-out .3s 0s;
  -o-transition: all ease-out .3s 0s;
  border-right: 1px solid #94d044;
}
.products .tabs a:last-child {
	border: none;
}
.products .tabs a.active,
.products .tabs a:hover {
	background-color: #539001;
	/*border: none;*/
}
.products .tabs a.active::before,
.products .tabs a:hover::before {
	display: inline-block;
}
.products .tabs a::before {
	content: '';
	/*display: inline-block;*/
	border-width: 12px;
	border-style: solid;
	border-color: #539001 transparent transparent transparent;
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -12px;
	display: none;
}
.products .items ul {
	overflow: hidden;
	padding-bottom: 34px;
} 
.products .items li {
	padding: 0 12px;
	margin-bottom: 44px;
}
.products .items li .image {
	height: 231px;
	overflow: hidden;
}
.products .items li .text {
	background-color: #ffffff;
	height: 72px;
	/*text-align: center;*/
	padding-top: 14px;
	transition: all ease-out .3s 0s;
  -webkit-transition: all ease-out .3s 0s;
  -moz-transition: all ease-out .3s 0s;
  -o-transition: all ease-out .3s 0s;
}
.products .items li .text h6 {
	font-size: 18px;
	color: #333333;
	margin-bottom: 10px;
}
.products .items li .text p {
	font-size: 14px;
	color: #888888;
}
.products .items li:hover .text {
	background-color: #7cbc27;
	box-shadow: 0px 4px 6px 0px 
		rgba(0, 0, 0, 0.32);
}
.products .items li:hover .text h6,
.products .items li:hover .text p {
	color: #fff;
}
.service {
	padding-top: 74px;
	padding-bottom: 88px;
}
.service ul {
	overflow: hidden;
	padding-top:30px;
	padding-bottom: 86px;
}
.service li {
	text-align: center;
	padding: 0 46px;
}
.service li .icon-box {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 146px;
	height: 146px;
	background-color: #9ed025;
	margin-bottom: 26px;
	border-radius: 50%;
	transition: all ease-out .3s 0s;
  -webkit-transition: all ease-out .3s 0s;
  -moz-transition: all ease-out .3s 0s;
  -o-transition: all ease-out .3s 0s;
}
.service li:hover .icon-box {
	background-color: #6f6f6f;
}
.service li .icon-box .circle {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 109px;
	height: 109px;
	border: solid 1px #ffffff;
	border-radius: 50%;
}
.service li .icon-box img {
	display: inline-block;
	width: 64px;
	height: auto;
	
}
.service li:hover .icon-box img {
	animation: iconRotate linear 1s infinite;
	-moz-animation: iconRotate linear 1s infinite;	/* Firefox */
	-webkit-animation: iconRotate linear 1s infinite;	/* Safari 和 Chrome */
	-o-animation: iconRotate linear 1s infinite;	/* Opera */
}
@keyframes iconRotate
{
	from {transform: rotate(0deg);}
	to {transform: rotate(360deg);}
}

@-moz-keyframes iconRotate /* Firefox */
{
	from {-moz-transform: rotate(0deg);	}
	to {-moz-transform: rotate(360deg);	}
}

@-webkit-keyframes iconRotate /* Safari 和 Chrome */
{
	from {-webkit-transform: rotate(0deg);	}
	to {-webkit-transform: rotate(360deg);	}
}

@-o-keyframes iconRotate /* Opera */
{
	from {-o-transform: rotate(0deg);	}
	to {-o-transform: rotate(360deg);	}
}
.service li h6 {
	font-size: 20px;
	letter-spacing: 1px;
	color: #333333;
	margin-bottom: 22px;
}
.service li p {
	font-size: 14px;
	color: #555555;
	line-height: 28px;
}
.zixun {
	height: 176px;
	background: url('../images/xunpan.jpg') center no-repeat;
	background-size: cover;
}
.zixun .left {
	padding-top: 40px;
	height: 176px;
}
.zixun .left p {
	font-size: 36px;
	letter-spacing: 1px;
	color: #ffffff;
	margin-bottom: 30px;
}
.zixun .left span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 309px;
	height: 40px;
	background: url('../images/zx_bottom.png') center no-repeat;
	background-size: cover;
	text-align: center;
	line-height: 40px;
	color: #034b19;
	font-size: 26px;
	letter-spacing: 1px;
	margin-right: 20px;
}
.zixun .left span i {
	display: inline-block;
	width: 24px;
	height: 25px;
	background: url('../images/zx_ipone_icon.png') center no-repeat;
	background-size: cover;
}
.zixun .right {
	height: 176px;
	display: flex;
	align-items: center;
}
.zixun .right a {
	display: inline-block;
	width: 238px;
	height: 52px;
	background: url('../images/zx_btn.png') center no-repeat;
	background-size: cover;
}
.cases {
	padding-top: 74px;
	padding-bottom: 142px;
	background: url('../images/index_case_banner.jpg') center no-repeat;
	background-size: cover;
}
.cases .container {
	overflow: hidden;
	padding-top:20px;
	margin-bottom:75px;
}
.cases .container .left {
	/*width: 40%;*/
	width: 520px;
	height: 520px;
	position: relative;
}
.cases .container a {
	display: block;
	position: relative;
	height: 100%;
}
.cases .container .mask {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(124, 188, 39, 0.6);
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.cases .container .mask p {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #ffffff;
	padding: 0 10%;
	margin-bottom: 15px;
	opacity: 0;
	transform: translateY(-100px); 
	text-align: center;
}
.cases .container .mask img {
	width: 38px;
	height: 38px;
	opacity: 0;
	transform: translateY(100px); 
}
.cases .container a:hover .mask {
	opacity: 1;
}
.cases .container a:hover .mask p {
	opacity: 1;
	transform: translateY(0);
}
.cases .container a:hover .mask img {
	opacity: 1;
	transform: translateY(0);
}
.cases .container .right {
	width: 780px;
	height: 520px;
}
.cases .container .right ul {
	overflow: hidden;
}
.cases .container .right li {
	width: 388px;
	height: 260px;
}
.news {
	padding-top: 78px;
	padding-bottom: 100px;
}
.news .tabs {
	text-align: center;
	margin-top: 22px;
	margin-bottom: 66px;
}
.news .tabs a {
	display: inline-block;
	width: 107px;
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	color: #fff;
	background-color: #77b725;
}
.news .tabs a + a {
	margin-left: 40px;
}
.news .tabs a.active, .news .tabs a:hover {
	background-color: #539001;
}
.news .list .items {
	overflow: hidden;
}
.news .list .left {
	width: 43%;
	overflow: hidden;
}
.news .list .left a {
	position: relative;
	display: block;
}
.news .list .left a p {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.54);
	text-align: center;
	height: 68px;
	line-height: 68px;
	font-size: 20px;
	letter-spacing: 1px;
	color: #ffffff;
}
.news .list .left a:hover p {
	background-color: rgba(83, 144, 1, 1);
}
.news .list .right {
	width: 57%;
	padding-left: 58px;
}
.news .list .right .item {
	padding: 22px 0 22px 98px;
	position: relative;
	border-bottom: 1px solid #e7e7e7;
}
.news .list .right .item:first-child {
	padding-top: 14px;
}
.news .list .right .item .date {
	position: absolute;
	width: 60px;
	left: 0;
	top: 24px;
	bottom: 24px;
	letter-spacing: 1px;
	color: #b0b0b0;
	font-size: 18px;
	text-align: center;
}
.news .list .right .item .date::after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 54px;
	background-color: #dcdcdc;
	position: absolute;
	top: 50%;
	margin-top: -27px;
	right: -22px;
}
.news .list .right .item .date span {
	display: block;
	font-size: 60px;
	letter-spacing: 2px;
	color: #dcdcdc;
	/*margin-bottom: 8px;*/
}
.news .list .right .item h6 {
	font-size: 18px;
	letter-spacing: 1px;
	color: #000000;
	margin-bottom: 13px;
}
.news .list .right .item a:hover h6 {
	color: #539001;
	font-weight: bold;
}
.news .list .right .item p {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	height: 48px;
}
.partner {
	padding-top: 74px;
	padding-bottom: 60px;
	background-color: #f8f8f8;
}
.partner .container {
	padding-top: 20px;
}
.partner .swiper-slide {
	padding-bottom: 60px;
}
.partner .swiper-slide .image {
	/*width: 244px;*/
	height: 144px;
	border: solid 1px #dedede;
	display: flex;
	align-items: center;
	justify-content: center;
}
.partner .swiper-slide .image img {
	width: 99.7%;
	height: auto;
}
.partner .swiper-pagination-bullet {
	background-color: #a8a8a8;
}
.partner .swiper-pagination-bullet-active {
	background-color: #7cbc25;
}
.links {
	height: 100px;
	display: flex;
	align-items: center;
	background-color: #7cbc25;
	color: #fff;
	font-size: 16px;
}
.links a {
	display: inline-block;
	padding: 0 9px;
	color: #fff;
	position: relative;
	line-height:30px;
}
.links a::after {
	content: '';
	display: inline-block;
	width: 2px;
	height: 22px;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -11px;
}
.links a:last-child::after {
	display: none;
}
.links a:hover {
	color: #539001;
}

@media (max-width: 768px) {
	.m-tabs ul {
		overflow: hidden;
		background-color: #7cbc27;
	}
	.m-tabs li {
		width: 33.33%;
		border-right: 1px solid #94d044;
	}
	.m-tabs li:nth-of-type(3n) {
		border-right: none;
	}
	.m-tabs li:nth-of-type(1),.m-tabs li:nth-of-type(2),.m-tabs li:nth-of-type(3) {
		border-bottom: 1px solid #94d044;
	}
	.m-tabs li a {
		height: 3.13rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.m-tabs li a img {
		width: 1.4rem;
		height: auto;
		margin-right: 0.5rem;
	}
	.m-tabs li a p {
		color: #fff;
	}
	.m-tabs li a p.p1 {
		font-size: 0.69rem;
		margin-bottom: 0.34rem;
	}
	.m-tabs li a p.p2 {
		font-size: 0.81rem;
	}
	.m-about h4, .m-products h4, .m-serve h4, .m-cases h4, .m-news h4, .m-partner h4 {
		font-size: 1.25rem;
		color: #333333;
		text-align: center;
		background: url('../images/m_tit_bg.png') center no-repeat;
		background-size: 100%;
		height: 40px;
		line-height: 40px;
		font-weight: 500;
	}
	.m-products h6, .m-serve h6 {
		font-size: 1rem;
		color: #333333;
		margin-bottom: 0.8rem;
		text-align: center;
	}
	.m-more-box {
		text-align: center;
	}
	.m-more-box a {
		width: 11.13rem;
		height: 1.94rem;
		background-color: #7cbc27;
		border-radius: 0.59rem;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 0.94rem;
	}
	.m-about {
		padding-top: 1.88rem;
		padding-bottom: 2rem;
	}
	.m-about .container {
		padding-top: 1.3rem; 
	}
	.m-about .text {
		font-size: 0.94rem;
		color: #555555;
		line-height: 2rem;
		padding: 1rem 0 1.5rem;
		text-indent: 2em;
	}
	.m-products {
		padding-top: 1.92rem;
		padding-bottom: 2.06rem;
		background: url('../images/m_index_product_banner.png') center no-repeat;
		background-size: cover;
	}
	.m-products .container {
		padding-top: 1.8rem;
	}
	.m-products .tabs, .m-news .tabs {
		display: flex;
		align-items: center;
		margin-bottom: 1.44rem;
	}
	.m-products .tabs a, .m-news .tabs a{
		flex: 1; 
		height: 2.06rem;
		line-height: 2.06rem;
		text-align: center;
		font-size: 0.94rem;
		color: #fff;
		background-color: #7cbc27;
	}
	.m-products .tabs a + a, .m-news .tabs a + a {
		margin-left: 0.64rem;
	}
	.m-products .tabs a.active, .m-news .tabs a.active {
		background-color: #d41f18;
	}
	.m-products .list {
		overflow: hidden;
		padding-bottom: 1.2rem;
	}
	.m-products .list li {
		width: 48.5%;
		margin-bottom: 0.8rem;
	}
	.m-products .list li:nth-of-type(even) {
		margin-left: 3%;
	}
	.m-products .list a {
		display: block;
	}
	.m-products .list a p {
		font-size: 0.88rem;
		background-color: #fff;
		color: #666;
		text-align: center;
		height: 1.72rem;
		line-height: 1.72rem;
	}
	.m-products .list a:hover {
		box-shadow: 0.06rem 0.11rem 0.19rem 0rem 
		rgba(0, 0, 0, 0.32);
		background-color: #7cbc27;
	}
	.m-products .list a:hover p {
		color: #fff;
	}
	.m-serve {
		background-color: #fff;
		padding-top: 1.84rem;
		/*padding-bottom: 0.4rem;*/
	}
	.m-serve ul {
		overflow: hidden;
		padding: 2.2rem 0 0.4rem;
	}
	.m-serve li {
		width: 50%;
		padding: 0 10px;
		text-align: center;
		margin-bottom: 2.4rem;
	}
	.m-serve li .image {
		display: flex;
		justify-content: center;
		margin-bottom: 0.72rem;
	}
	.m-serve li .image img {
		width: 4.56rem;
		height: 4.56rem;
	}
	.m-serve li .p1 {
		font-size: 0.88rem;
		color: #333333;
		margin-bottom: 0.84rem;
	}
	.m-serve li .p2 {
		font-size: 0.75rem;
		color: #666666;
		line-height: 1.44rem;
	}
	.m-serve .line {
		height: 5.5rem;
		background: url('../images/m_serve_line.png') center no-repeat;
		background-size: cover;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.m-serve .line h5 {
		font-size: 1.25rem;
		color: #fff;
		margin-bottom: 1.16rem;
	}
	.m-serve .line div {
		position: relative;
		height: 1.25rem;
		background: url('../images/m_zx_bottom.png') center no-repeat;
		background-size: cover;
		font-size: 1rem;
		color: #034b19;
		line-height: 1.25rem;
		padding-left: 3.2rem;
		padding-right: 1.7rem;
		position: relative;
	}
	.m-serve .line div::before {
		content: '';
		display: inline-block;
		width: 0.84rem;
		height: 0.81rem;
		background: url('../images/zx_ipone_icon.png') center no-repeat;
		background-size: 100%;
		position: absolute;
		top: 50%;
		margin-top: -0.4rem;
		left: 1.4rem;
	}
	.m-cases {
		padding-top: 2.08rem;
		padding-bottom: 4.16rem;
		background: url('../images/m_index_case_banner.png') center no-repeat;
		background-size: cover;
	}
	.m-cases .container {
		overflow: hidden;
		padding-top: 1.38rem;
		margin-bottom: 2.46rem;
	}
	.m-cases .container .item:nth-of-type(1), .m-cases .container .item:nth-of-type(2) {
		width: 50%;
		margin-bottom: 2px;
	}
	.m-cases .container .item:nth-of-type(1) {
		padding-right: 1px;
	}
	.m-cases .container .item:nth-of-type(2) {
		padding-left: 1px;
	}
	.m-cases .container .item:nth-of-type(3),
	.m-cases .container .item:nth-of-type(4),
	.m-cases .container .item:nth-of-type(5) {
		width: 33.33%;
	}
	.m-cases .container .item:nth-of-type(3) {
		padding-right: 1px;
	}
	.m-cases .container .item:nth-of-type(4) {
		padding: 0 1px;
	}
	.m-cases .container .item:nth-of-type(5) {
		padding-left: 1px;
	}
	.m-news {
		padding-top: 1.94rem;
		padding-bottom: 2.38rem;
		background-color: #fff;
	}
	.m-news .container {
		padding-top: 1.8rem;
	}
	.m-news .container .image {
		position: relative;
	}
	.m-news .container .mask {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 2.3rem;
		/*opacity: 0.54;*/
		background-color: rgba(0, 0, 0, 0.54);
		text-align: center;
		line-height: 2.3rem;
		font-size: 0.94rem;
		color: #fff;
	}
	.m-news .container .item {
		display: none;
	}
	.m-news .container .item.active {
		display: block;
	}
	.m-news .container .item ul {
		margin-bottom: 2.06rem;
	}
	.m-news .container .item li {
		padding: 1.8rem 0;
		border-bottom: 1px solid #e0e0e0;
	}
	.m-news .container .item li h6 {
		font-size: 0.94rem;
		color: #000000;
		line-height: 1.6rem;
		margin-bottom: 0.5rem;
	}
	.m-news .container .item li p {
		font-size: 0.81rem;
		color: #999;
		margin-bottom: 1.24rem;
	}
	.m-news .container .item li div {
		font-size: 0.81rem;
		color: #666666;
		line-height: 1.41rem;
	}
	.m-partner {
		padding-top: 2.08rem;
		padding-bottom: 1.8rem;
		background-color: #f8f8f8;
	}
	.m-partner .container {
		padding-top: 2.4rem;
	}
	.m-partner .swiper-container {
		padding-bottom: 2rem;
	}
	.m-partner .swiper-slide div {
		height: 4.03rem;
		border: solid 1px #dedede;
		background-color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.m-partner .swiper-slide div img {
		height: 3.7rem;
		width: auto;
	}
	.m-partner .swiper-pagination-bullet {
		background-color: #a8a8a8;
	}
	.m-partner .swiper-pagination-bullet-active {
		background-color: #7cbc25;
	}
}

.clearboth .wz{ color:#fff; margin-top:95px;text-align:center; line-height:35px; height:50px; font-size:13px;}
.clearboth .wz a{ color:#fff; }